home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / gforum.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  201 b   |  14 lines

  1. on exitFrame
  2.   global Gframe, Gmovie, Gflag
  3.   unLoadCast()
  4.   if Gflag = 2 then
  5.     go(1, "cc")
  6.   else
  7.     if Gflag = 1 then
  8.       go(1, "credits")
  9.     else
  10.       go(1, "intro")
  11.     end if
  12.   end if
  13. end
  14.